Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to flutter 3.20.0.pre #57

Merged
merged 3 commits into from
Feb 24, 2024
Merged

Migrate to flutter 3.20.0.pre #57

merged 3 commits into from
Feb 24, 2024

Conversation

fujidaiti
Copy link
Owner

Migrate to 3.20.0-1.1.pre. This is necessary because the current SDK used to analyze packages on pub.dev is 3.20.0-1.1.pre, which has a breaking change in the PageView class that is not compatible with the current version of this package (described below). As a result, static analysis errors occur on pub.dev.

What changes will be made in 3.20?

PageView.controller will be nullable.

How to migrate?

Make OverflowPageView always receive a non-nullable PageController in the constructor.

@fujidaiti fujidaiti self-assigned this Feb 24, 2024
@fujidaiti fujidaiti merged commit 273bbe8 into master Feb 24, 2024
1 check passed
@fujidaiti fujidaiti deleted the migration-3.20 branch February 24, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant